From fcf3f57eeeec54091c3d5d3b00390c802345da4d Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 13 Jun 2016 08:49:06 +0100 Subject: [PATCH] tools: remove hard-coded /var/lib/xen in Makefile Now all conversations are done, remove the hard-coded paths. Signed-off-by: Wei Liu Acked-by: Ian Jackson --- tools/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index cb0817a536..cc457587b3 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -63,7 +63,6 @@ install: subdirs-install $(INSTALL_DIR) -m 700 $(DESTDIR)$(XEN_DUMP_DIR) $(INSTALL_DIR) $(DESTDIR)$(XEN_LOG_DIR) $(INSTALL_DIR) $(DESTDIR)$(XEN_RUN_DIR) - $(INSTALL_DIR) $(DESTDIR)/var/lib/xen $(INSTALL_DIR) $(DESTDIR)$(XEN_LIB_DIR) .PHONY: uninstall @@ -77,7 +76,6 @@ uninstall: rm -f $(D)$(SYSCONFIG_DIR)/xendomains rm -f $(D)$(sbindir)/xendomains rm -f $(D)$(SYSCONFIG_DIR)/xencommons - rm -rf $(D)/var/lib/xen* rm -rf $(D)$(XEN_LIB_DIR) rm -rf $(D)$(XEN_LIB_STORED) rm -rf $(D)$(bindir)/cpuperf-perfcntr $(D)$(bindir)/cpuperf-xen -- 2.30.2